yzqzss|一座桥在打工 log
566 subscribers
337 photos
46 videos
4 files
255 links
除有转发标记或特别说明的,均以 CC0 协议共享。

我是一个垃圾人,所以我经常干些垃圾事儿。
本人符合 GB50917-2013 之要求。

我不卖菜,我是真的菜鸡,不爱学习。
毫无疑问,我没上进心,我是普通人。
存档是我的爱好。
Download Telegram
#TIL
Go 可以有多个 init() 😯
Please open Telegram to view this post
VIEW IN TELEGRAM
😢1
#TIL
level=DEBUG msg="received seed" component=preprocessor.worker worker_id=2 seed=f0523


原来这种风格的结构化日志格式叫 logfmt。

https://brandur.org/logfmt
1
#TIL 才知道 CACHEDIR.TAG 有防呆机制,里面要有签名头才能生效。

https://bford.info/cachedir/
#TIL
python3 -m json.tool
#TIL

才知道 corner case 与 edge case 不是同义词。

> Where an edge case involves pushing one variable to a minimum or maximum, putting users at the "edge" of the configuration space, a corner case involves doing so with multiple variables, which would put users at a "corner" of a multidimensional configuration space...

https://en.wikipedia.org/wiki/Corner_case
4